StreamType

enum StreamType : Enum<StreamType>

Entries

Link copied to clipboard
@SerializedName(value = "webrtc")
WEBRTC(StringSet.webrtc)
Link copied to clipboard
@SerializedName(value = "rtmp")
RTMP(StringSet.rtmp)

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val value: String